160 WRITE #1,"Send payment of $25-$50 for latest version"
170 WRITE #1,"and printed manual with folder"
175 WRITE #1,""
180 WRITE #1,"Try deleting this item from the list"
190 WRITE #1,""
220 CLOSE #1
300 REM FILES.KIT FILE
310 OPEN "FILES.KIT" FOR OUTPUT AS #1
320 WRITE #1,"NEW"
330 WRITE #1," 1"
340 WRITE #1,"Choose this item to create a new address book of contacts"
350 CLOSE #1
400 REM BATCH FILES
410 OPEN "KIT.BAT" FOR OUTPUT AS #1
420 PRINT #1,"DATE"
430 PRINT #1,"TIME"
440 PRINT #1,"BASICA KIT"
450 PRINT #1,"REM Please send payment of $25-50 if you like the program"
460 PRINT #1,"REM and would like the manual and regular updates"
470 PRINT #1,"REM Thank you and keep in touch, Steve Kantor"
480 CLOSE #1
500 REM NEW.DAT
502 OPEN "NEW.DAT" FOR OUTPUT AS #1
504 WRITE #1,"Steve","Kantor","Gnossos Software","1625 R St. NW","Washington","DC","20009","202-387-0858","03/17/60","11/10/84","These are custom fields","You can change the headings ","Put comments here","Choose life","Give me a call","Enjoy!"
506 CLOSE #1
10000 CLS:GOSUB 30000:SYSTEM
30000 REM AFTER CREATING FILES
30010 CLS:PRINT
30020 PRINT "To run Keep in Touch program you need to do the following:"
30030 PRINT
30040 PRINT " Copy BASICA.COM from your DOS disk to your Keep in Touch (KIT) disk"
30050 PRINT
30060 PRINT " Only run this program, KITBOOT.BAS once!"
30070 PRINT
30080 PRINT " Start the batchfile by typing KIT in DOS, this starts KIT.BAS"
30090 PRINT
30100 PRINT " Using Keep in Touch, create an address book and enter data"
30110 PRINT
30120 PRINT " TODO.DAT is the file with your To Do list"
30130 PRINT " FILES.KIT contains the list of your address books"
30140 PRINT " NEW.DAT is an empty address book"
30150 PRINT " KIT.BAT is the batch file to use to start Keep in Touch"
30160 PRINT
30170 PRINT
30180 PRINT " Good luck, call me if you have problems,"
30190 PRINT" Steve Kantor"
30200 PRINT:COLOR 15,0:PRINT "Press any key to return to DOS...";
30210 A$=INKEY$:IF A$="" THEN 30210
30220 RETURN
40000 REM
40010 CLS
40030 PRINT:PRINT:PRINT:COLOR 15,0
40040 PRINT " Keep in Touch "
40050 PRINT
40060 COLOR 7,0
40070 PRINT " a business networking tool by"
40080 COLOR 15,0:PRINT
40090 PRINT " Gnossos Software":COLOR 7,0:PRINT
40100 PRINT " Copyright 1984 - All Rights Reserved"
40110 PRINT " Version 0 - Fall 1984"
40120 PRINT:COLOR 23,0
40130 PRINT " This program is used to create files on the disk that"
40140 PRINT " are required by Keep in Touch"
40150 PRINT " When it is completed, type KIT to start Keep in Touch."
40170 PRINT:COLOR 7,0
40180 PRINT " 1625 R St. NW, Washington DC, 20009 -- (202) 387-0858"
40190 PRINT
40200 PRINT:COLOR 15,0
40210 PRINT " by Steve Kantor":COLOR 7,0:PRINT
40220 PRINT " written in Canary Islands, London, and Washington DC"